const net/http.http2ErrCodeFlowControl
15 uses
net/http (current package)
h2_bundle.go#L1176: http2ErrCodeFlowControl http2ErrCode = 0x3
h2_bundle.go#L1193: http2ErrCodeFlowControl: "FLOW_CONTROL_ERROR",
h2_bundle.go#L2150: return nil, http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L3445: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L5306: sc.goAway(http2ErrCodeFlowControl)
h2_bundle.go#L5341: return sc.countError("data_flow", http2streamError(f.Header().StreamID, http2ErrCodeFlowControl))
h2_bundle.go#L5415: return sc.countError("bad_flow", http2streamError(f.StreamID, http2ErrCodeFlowControl))
h2_bundle.go#L5573: return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
h2_bundle.go#L5613: return sc.countError("data_flow", http2streamError(id, http2ErrCodeFlowControl))
h2_bundle.go#L5630: return sc.countError("data_flow", http2streamError(id, http2ErrCodeFlowControl))
h2_bundle.go#L5643: return sc.countError("flow_on_data_length", http2streamError(id, http2ErrCodeFlowControl))
h2_bundle.go#L9732: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L9772: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L9924: return http2ConnectionError(http2ErrCodeFlowControl)
h2_bundle.go#L9978: return http2ConnectionError(http2ErrCodeFlowControl)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |